# Master Exam Table
df_ref_dict <- readr::read_rds("data-raw/df_ref_dict.rds")
# Business Rules (exam,sex,age)=>val_min,val_max
df_ref_rules <- readr::read_rds("data-raw/df_ref_rules.rds")
# List of exams
df_exames <- readr::read_rds("data-raw/df_exames.rds")
devtools::use_data(df_ref_dict,
df_ref_rules,
df_exames,
overwrite = T,internal = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.